@charset "UTF-8";
.advbox{width: 1200px;overflow: hidden;  height: 100px;margin: 8px auto 0 auto;}
.advbox ul{list-style-type: none;}
.advbox ul li{float: left;margin-right: 5px;position: relative;height: 90px;}
.advbox ul li a {display: block;}
.advbox li:nth-last-child(1){margin: 0px;float: right;}

/*最顶部通栏轮播图*/
.yw_adAreaA {width: 500px;height: 70px;position: relative;overflow: hidden;}
.yw_adAreaA .ad_slider .ad_items {position: relative;}
.yw_adAreaA .ad_dot {
  position: absolute;
  right: 0;
  top: 5px;
}
.yw_adAreaA .ad_dot a {
  display: block;
  width: 5px;
  height: 5px;
  background: rgba(164, 45, 45, 0.5);
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.yw_adAreaA .ad_dot a.ad_current{
  border: 1px solid #fff;
  width: 4px;
  height: 4px;
}
.yw_adAreaA .ad_slider li a img {display: block;width: 500px;height: 70px;}


#yw_jiangxiang {width: 280px;height: 70px;overflow: hidden;position: relative;}
#yw_jiangxiang .jiangxiang_item {
  position: relative;
}
#yw_jiangxiang img {
  display: block;
  width: 280px;
  height: 70px;
}
#yw_jiangxiang .jiangxiang_dot {
  position:absolute;
  top: 5px;
  right: 0;
}
#yw_jiangxiang .jiangxiang_dot a {
  display: block;
  width: 5px;
  height: 5px;
  background: rgba(164, 45, 45, 0.5);
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
#yw_jiangxiang .jiangxiang_dot a.jx_current {
   border: 1px solid #fff;
   width: 4px;
  height: 4px;
}


/*左右两边悬浮广告*/
.ad {width: 100px;height: 218px;overflow: hidden; position: fixed;bottom:90px;}
.ad img {width: 100px;height: 218px;}
.ad_l {left: 0;}
.ad_r {right: 0;}
.ad_r .ad_close{right: 0; }
.ad_close {display: block;position: absolute; width: 14px;height: 14px;background: rgba(0,0,0,.2);line-height: 14px;text-align: center;color: #fff;cursor: pointer;}
/*使用css3媒体查询 当屏幕小于1500px的时候广告两边的块消失*/
@media screen and (max-width: 1420px) {
    .ad{
        display: none;
    }
}
@media screen and (min-width:1460px){
    .ad,.ad img {
        display: block;
        width: 120px;
        height: 260px;
    }
}

/*内页轮播图*/
.right-img-box{height: 280px; overflow: hidden;    float: left;width: 338px;display: inline-block;margin-bottom:20px;}
    .right-img-box  .right-img{    position: relative;  height: 280px; overflow: hidden;    float: left;width: 338px;}
    .right-img-box  .right-img a .content {
    position: absolute;
    top: 0px;
    left: 0px;
    /* width: 100%;
    height: 100% ;*/
    width: 338px;
    height: 280px;
    background: no-repeat center;
    background-size: cover;}

    .right-img-box .right-img .left-nav {
    position: absolute;
    left: 0px;
    bottom: 15px;
    right: 15px;
    height: 10px;
    text-align: right;
    z-index: 1;
}
 .right-img .left-nav .child {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    vertical-align: top;
    cursor: pointer;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}
.right-img .left .left-nav .child:hover{background:#51ba2c;}
.right-img .left-nav  .child.on{ background: #51ba2c;}   
   
    .right-img .left-nav .child01 {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    vertical-align: top;
    cursor: pointer;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}
.right-img .left .left-nav .child01:hover{background:#51ba2c;}
.right-img .left-nav  .child01.on01{ background: #51ba2c;} 

/*左下角广告图标*/
.show_ad {
    display:block;
    height: 17px;
    background: rgba(0,0,0,0.4);
    color: #cecaca;
    line-height: 17px;
    width: 30px;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    font-family: Arial;
    position: absolute;
    z-index: 3;
}
.l_bottom {
    border-radius: 0 8px 0 0;
    left: 0;
    bottom: 0;
}
.r_bottom {
    border-radius: 8px 0 0 0;
    right: 0;
    bottom: 0;
}
.l_top {
    border-radius:  0 0 8px 0;
    left: 0;
    top: 0;
}
.r_top {
    border-radius:  0 0 0 8px;
    right: 0;
    top: 0;
}

/*手风琴效果*/
.ad_up {
    margin-top: 30px;
}
.accor_ad {
    overflow: hidden;
    height: 80px;
}
.a_wd {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.accor_ad li:first-child {
    width: 510px;
    opacity: 1;
}
.accor_ad li {
  width: 230px;
    float: left;
    position: relative;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;
}
.accor_ad li img {
  display: block;
  width: 510px;
  height: 80px;
}

.ad_inside_l {
    width: 120px;
    height: 120px;
    position: fixed;
    bottom: 0px;
}

.ad_inside_r {
    width: 120px;
    height: 120px;
    position: fixed;
    bottom: 0px;
}